deuglify formatting of sealed fields.
authorMichael Natterer <mitch@imendio.com>
Fri, 20 Jun 2008 12:24:44 +0000 (12:24 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 20 Jun 2008 12:24:44 +0000 (12:24 +0000)
2008-06-20  Michael Natterer  <mitch@imendio.com>

* gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
of sealed fields.

svn path=/trunk/; revision=20636

ChangeLog
gtk/gtkhandlebox.h

index 6042d14841755c889fd59a8ed3a70fbc435b4311..ff9dd9332ebb795dc2a5de97c42340463559e82b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-20  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
+       of sealed fields.
+
 2008-06-20  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkwindow.[ch]
index 62161221be453d3a767c231359d63042a7ef29e7..b73bdd3968d675f5eba80356377d8b2920a5fad8 100644 (file)
@@ -68,13 +68,14 @@ struct _GtkHandleBox
   guint                  GSEAL (shrink_on_detach) : 1;
 
   signed int      GSEAL (snap_edge : 3); /* -1 == unset */
-  
+
   /* Variables used during a drag
    */
-  gint GSEAL (deskoff_x), GSEAL (deskoff_y); /* Offset between root relative coordinates
-                                             * and deskrelative coordinates */
-  GtkAllocation   GSEAL (attach_allocation);
-  GtkAllocation   GSEAL (float_allocation);
+  gint GSEAL (deskoff_x);   /* Offset between root relative coordinates */
+  gint GSEAL (deskoff_y);   /* and deskrelative coordinates             */
+
+  GtkAllocation GSEAL (attach_allocation);
+  GtkAllocation GSEAL (float_allocation);
 };
 
 struct _GtkHandleBoxClass